Skip to content

Updates oracle DBM docs#34726

Draft
joeykelroy wants to merge 3 commits intomasterfrom
joey.kelroy/oracle-tab-updates
Draft

Updates oracle DBM docs#34726
joeykelroy wants to merge 3 commits intomasterfrom
joey.kelroy/oracle-tab-updates

Conversation

@joeykelroy
Copy link
Contributor

What does this PR do? What is the motivation?

Oracle docs were missing tabs for non-cdb vs multi-tenant (and oracle 11) on everything but self-hosted. This PR updates all Oracle DBM pages for tabs. It also separates out the adding a wallet section as that was only on autonomous.

Merge instructions

Merge readiness:

  • Ready for merge

For Datadog employees:

Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.

If your branch doesn't follow this format, rename it or create a new branch and PR.

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

@github-actions github-actions bot added the Architecture Everything related to the Doc backend label Feb 20, 2026
@joeykelroy
Copy link
Contributor Author

This was created as a draft as I would like to confirm the accuracy of having these pages consistent across all (RAC, RDS, exadata, autonomous) oracle options before moving it to ready for review.

instances:
- server: '<RAC_NODE_1>:<PORT>'
service_name: "<SERVICE_NAME>" # The Oracle DB service name
username: 'datadog'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For multi-tenant architecture, the user must be prefixed with c##:

Suggested change
username: 'datadog'
username: 'c##datadog'

- 'env:<CUSTOM_ENV>'
- server: '<RAC_NODE_2>:<PORT>'
service_name: "<SERVICE_NAME>" # The Oracle DB service name
username: 'datadog'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
username: 'datadog'
username: 'c##datadog'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments